Layer Definition Schema
PICTUREFIELD Element
See Also  Send comments on this topic.
Layer Definition Schema : PICTUREFIELD Element

Glossary Item Box

Description

Used to define table fields used to store a photo path. Must be string fields.

Diagram

PICTUREFIELD Element

Overview

PICTUREFIELD
Used to define table fields used to store a photo path. Must be string fields.
field optional xs:string
Name of the field that contains picture url.

Attributes

NameTypeUseDefaultFixedDescription
fieldxs:stringoptional  Name of the field that contains picture url.

Source

<xs:element name="PICTUREFIELD" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Used to define table fields used to store a photo path. Must be string fields.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="field" type="xs:string">
      <xs:annotation>
        <xs:documentation>Name of the field that contains picture url.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

See Also

© 2013 All Rights Reserved.